home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
lib
/
X11
/
xkb
/
symbols
/
ralt
< prev
next >
Wrap
Text File
|
2005-01-13
|
502b
|
19 lines
// This file was inspired by XFree86 version 3.3.2
// as distributed with RedHat Linux 5.1
// This file was created by Eric Moreau, 1998-09-27
// I am reachable at eric_moreau@compuserve.com
//
// $XFree86$
//
// This gives the Right Alt key (sometimes labeled
// as AltGr or Alt Car) the capability of displaying
// the third symbol labeled on your keys.
partial alphanumeric_keys
xkb_symbols "mode_switch" {
key <RALT> {
symbols[Group1]= [ Mode_switch, Multi_key ],
virtualMods= AltGr
};
};